home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 10 / coppy33.zip / COPPY.DOC < prev    next >
Text File  |  1988-01-08  |  5KB  |  110 lines

  1. TITLE:         COPPY ver 3.3
  2. PURPOSE:       Copy files by best fit from HD to floppies
  3. DATE:          1-07-88
  4. AUTHOR:        Thomas A. Lundin
  5.                Graphics Unlimited Inc.
  6.                3000 2nd St. N.
  7.                Minneapolis, MN 55411
  8.                (612) 588-7571
  9.  
  10. DESCRIPTION:   COPPY fits as many files in a hard disk directory as it can 
  11.                onto floppy diskettes (any capacity).  The files are copied by 
  12.                file size, using the largest file that will fit in the 
  13.                remaining available floppy disk space.  The program accepts 
  14.                either a filespec with wild cards or a directory list file -- 
  15.                that is, a file that is composed of a redirected DIR command 
  16.                (e.g., DIR *.DOC >DIRLIST).  The program recognizes diskettes 
  17.                in any density. 
  18.  
  19.                Version 3.0 has an option to copy files in original unsorted 
  20.                order. 
  21.  
  22.                Version 3.3 has an option to defer copying of existing files.
  23.  
  24. OPERATION:     The command line invocation is:
  25.  
  26.                coppy  [d:][\path\][filespec]  d:[\path]  [-u -w] ─┘ 
  27.                          -or-
  28.                coppy  @dirlist  d:[\path]  [-u -w] ─┘ 
  29.  
  30.                1.   If a non-existent path is supplied in the destination spec, 
  31.                     the program will create it on the destination drive before 
  32.                     copying.  The ability to provide a pathspec in the 
  33.                     destination is useful in overcoming the 112-file limitation 
  34.                     that DOS imposes on 360K diskettes.
  35.  
  36.                2.   "dirlist" is the name of a directory list file, i.e., a 
  37.                     file that has been created from a redirected DIR command.  
  38.                     For example, the DOS command
  39.  
  40.                     dir *.txt >dirfile  ─┘ 
  41.  
  42.                     will create a disk file named "dirfile" which contains a 
  43.                     directory of all files with a ".TXT" extension.
  44.  
  45.                3.   The destination drive may consist of a letter only, or a 
  46.                     letter and a colon.
  47.  
  48.                4.   The -u switch will copy files from the hard disk to 
  49.                     floppies without sorting them first.  This is useful where 
  50.                     it would be undesirable to have like files disrupted by 
  51.                     sorting. 
  52.  
  53.                5.   The -w switch will carry over files which exist on the 
  54.                     output diskette for copying on a subsequent diskette. 
  55.                     Normally, files which already exist on an output disk are 
  56.                     bypassed and ignored; this switch allows those files to be 
  57.                     copied to another diskette in the same copy pass, as long 
  58.                     as they don't exist there, as well.
  59.  
  60.                You will be prompted to change diskettes as they become full.
  61.  
  62.                CTRL-C will cancel the program at any time, even in the 
  63.                middle of a copy operation.
  64.  
  65. NOTES:         Files that are too large to fit onto a single floppy are listed 
  66.                after all other files have been copied off to diskettes 
  67.                (except, of course, when the -u switch is in effect). Existing 
  68.                files on the destination floppy diskette will not be 
  69.                overwritten or deleted unless the -w switch is used.  The sizes 
  70.                of the files as portrayed in the DIRLIST bear no significance 
  71.                to the copy function; the file sizes are explicitly determined 
  72.                at copy time.  A maximum of 1200 files may be copied in a 
  73.                single move. 
  74.  
  75.                The program was written in Turbo C.  In version 3.0, the source 
  76.                file is being distributed with the executable. 
  77.  
  78. MACHINE:       The program will run on any MS-DOS compatible computer using 
  79.                MS-DOS 2.x or higher, with a minimum of 128K RAM.
  80.  
  81. DISCLAIMER:    This program is distributed as user-supported software.  Use 
  82.                it, copy it, give it to your friends.  No warranties, either 
  83.                expressed or implied, are given by the author or distributor of 
  84.                the program, and the user accepts all risk of damage arising 
  85.                out of the application and use of the program.
  86.  
  87. BEG:           If you find this program to be of value, contributions in any 
  88.                amount ($5 suggested) will be gratefully accepted.
  89.  
  90.                Send comments/bug reports/contributions to:
  91.  
  92.                          ╔══════════════════════════╗
  93.                          ║     Thomas A. Lundin     ║
  94.                          ║ Graphics Unlimited, Inc. ║
  95.                          ║ 3000 Second Street North ║
  96.                          ║  Minneapolis, MN  55411  ║
  97.                          ║      (612) 588-7571      ║
  98.                          ╚══════════════════════════╝
  99.  
  100.                You can also reach me at my BBS home base:
  101.  
  102.                                 PC-ROCKLAND BBS
  103.                       If you can't find a program here,
  104.                           it probably doesn't exist!
  105.                                 (914) 353-2176
  106.                         (Leave msg. for "Tom Lundin")
  107.  
  108.                Thank you for using COPPY.
  109.  
  110.